home *** CD-ROM | disk | FTP | other *** search
Text File | 1997-04-22 | 30.3 KB | 1,113 lines |
- object Form1: TForm1
- Left = 298
- Top = 174
- BorderStyle = bsToolWindow
- Caption = 'Parallel Port Monitor'
- ClientHeight = 109
- ClientWidth = 193
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poDefaultPosOnly
- Scaled = False
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- PixelsPerInch = 96
- TextHeight = 13
- object Notebook1: TNotebook
- Left = 0
- Top = 0
- Width = 193
- Height = 109
- Align = alClient
- PageIndex = 3
- TabOrder = 0
- object TPage
- Left = 0
- Top = 0
- Caption = 'Main'
- object Panel1: TPanel
- Left = 0
- Top = 0
- Width = 29
- Height = 17
- Hint = 'Click to select next available port'
- BevelOuter = bvLowered
- Caption = 'Port'
- Color = clNavy
- Font.Color = clWhite
- Font.Height = -11
- Font.Name = 'arial'
- Font.Style = []
- ParentFont = False
- ParentShowHint = False
- ShowHint = True
- TabOrder = 0
- OnClick = Port1LabelClick
- end
- object Panel2: TPanel
- Left = 32
- Top = 0
- Width = 29
- Height = 17
- BevelOuter = bvLowered
- Caption = 'Dec'
- Color = clNavy
- Font.Color = clWhite
- Font.Height = -11
- Font.Name = 'arial'
- Font.Style = []
- ParentFont = False
- TabOrder = 1
- end
- object Panel3: TPanel
- Left = 64
- Top = 0
- Width = 29
- Height = 17
- BevelOuter = bvLowered
- Caption = 'Hex'
- Color = clNavy
- Font.Color = clWhite
- Font.Height = -11
- Font.Name = 'arial'
- Font.Style = []
- ParentFont = False
- TabOrder = 2
- end
- object Panel4: TPanel
- Left = 96
- Top = 0
- Width = 53
- Height = 17
- BevelOuter = bvLowered
- Caption = 'Binary'
- Color = clNavy
- Font.Color = clWhite
- Font.Height = -11
- Font.Name = 'arial'
- Font.Style = []
- ParentFont = False
- TabOrder = 3
- end
- object Panel5: TPanel
- Left = 152
- Top = 0
- Width = 41
- Height = 17
- Hint = 'Click to toggle all'
- BevelOuter = bvLowered
- Caption = 'Beep'
- Color = clNavy
- Font.Color = clWhite
- Font.Height = -11
- Font.Name = 'arial'
- Font.Style = []
- ParentFont = False
- ParentShowHint = False
- ShowHint = True
- TabOrder = 4
- OnClick = Panel5Click
- end
- object Port1Label: TPanel
- Left = 0
- Top = 20
- Width = 29
- Height = 17
- Hint = 'Click to select next available port'
- BevelOuter = bvLowered
- Caption = '378'
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'arial'
- Font.Style = []
- ParentFont = False
- ParentShowHint = False
- ShowHint = True
- TabOrder = 5
- OnClick = Port1LabelClick
- end
- object Port1Dec: TPanel
- Left = 32
- Top = 20
- Width = 29
- Height = 17
- Hint = 'Click to edit'
- BevelOuter = bvLowered
- Caption = '255'
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'arial'
- Font.Style = []
- ParentFont = False
- ParentShowHint = False
- ShowHint = True
- TabOrder = 6
- OnClick = Port1DecClick
- object Edit1: TEdit
- Left = 4
- Top = 8
- Width = 121
- Height = 19
- Hint = 'Esc to cancel'
- BorderStyle = bsNone
- Ctl3D = False
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'arial'
- Font.Style = []
- ParentCtl3D = False
- ParentFont = False
- ParentShowHint = False
- ShowHint = True
- TabOrder = 0
- Text = 'Edit1'
- Visible = False
- OnKeyPress = Edit1KeyPress
- end
- end
- object Port1Hex: TPanel
- Left = 64
- Top = 20
- Width = 29
- Height = 17
- Hint = 'Click to edit'
- BevelOuter = bvLowered
- Caption = 'FF'
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'arial'
- Font.Style = []
- ParentFont = False
- ParentShowHint = False
- ShowHint = True
- TabOrder = 7
- OnClick = Port1DecClick
- end
- object Port1Bin: TPanel
- Left = 96
- Top = 20
- Width = 53
- Height = 17
- Hint = 'Click to edit'
- BevelOuter = bvLowered
- Caption = '11111111'
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'arial'
- Font.Style = []
- ParentFont = False
- ParentShowHint = False
- ShowHint = True
- TabOrder = 8
- OnClick = Port1DecClick
- end
- object Panel10: TPanel
- Tag = 1
- Left = 152
- Top = 20
- Width = 41
- Height = 17
- Hint = 'Click to toggle'
- BevelOuter = bvLowered
- Caption = 'No'
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'arial'
- Font.Style = []
- ParentFont = False
- ParentShowHint = False
- ShowHint = True
- TabOrder = 9
- OnClick = Panel10Click
- end
- object Port2Label: TPanel
- Left = 0
- Top = 40
- Width = 29
- Height = 17
- Hint = 'Click to select next available port'
- BevelOuter = bvLowered
- Caption = '379'
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'arial'
- Font.Style = []
- ParentFont = False
- ParentShowHint = False
- ShowHint = True
- TabOrder = 10
- OnClick = Port1LabelClick
- end
- object Port2Dec: TPanel
- Left = 32
- Top = 40
- Width = 29
- Height = 17
- Hint = 'Click to edit'
- BevelOuter = bvLowered
- Caption = '255'
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'arial'
- Font.Style = []
- ParentFont = False
- ParentShowHint = False
- ShowHint = True
- TabOrder = 11
- OnClick = Port1DecClick
- end
- object Port2Hex: TPanel
- Left = 64
- Top = 40
- Width = 29
- Height = 17
- Hint = 'Click to edit'
- BevelOuter = bvLowered
- Caption = 'FF'
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'arial'
- Font.Style = []
- ParentFont = False
- ParentShowHint = False
- ShowHint = True
- TabOrder = 12
- OnClick = Port1DecClick
- end
- object Port2Bin: TPanel
- Left = 96
- Top = 40
- Width = 53
- Height = 17
- Hint = 'Click to edit'
- BevelOuter = bvLowered
- Caption = '11111111'
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'arial'
- Font.Style = []
- ParentFont = False
- ParentShowHint = False
- ShowHint = True
- TabOrder = 13
- OnClick = Port1DecClick
- end
- object Panel15: TPanel
- Tag = 2
- Left = 152
- Top = 40
- Width = 41
- Height = 17
- Hint = 'Click to toggle'
- BevelOuter = bvLowered
- Caption = 'No'
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'arial'
- Font.Style = []
- ParentFont = False
- ParentShowHint = False
- ShowHint = True
- TabOrder = 14
- OnClick = Panel10Click
- end
- object Port3Label: TPanel
- Left = 0
- Top = 60
- Width = 29
- Height = 17
- Hint = 'Click to select next available port'
- BevelOuter = bvLowered
- Caption = '37A'
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'arial'
- Font.Style = []
- ParentFont = False
- ParentShowHint = False
- ShowHint = True
- TabOrder = 15
- OnClick = Port1LabelClick
- end
- object Port3Dec: TPanel
- Left = 32
- Top = 60
- Width = 29
- Height = 17
- Hint = 'Click to edit'
- BevelOuter = bvLowered
- Caption = '255'
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'arial'
- Font.Style = []
- ParentFont = False
- ParentShowHint = False
- ShowHint = True
- TabOrder = 16
- OnClick = Port1DecClick
- end
- object Port3Hex: TPanel
- Left = 64
- Top = 60
- Width = 29
- Height = 17
- Hint = 'Click to edit'
- BevelOuter = bvLowered
- Caption = 'FF'
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'arial'
- Font.Style = []
- ParentFont = False
- ParentShowHint = False
- ShowHint = True
- TabOrder = 17
- OnClick = Port1DecClick
- end
- object Port3Bin: TPanel
- Left = 96
- Top = 60
- Width = 53
- Height = 17
- Hint = 'Click to edit'
- BevelOuter = bvLowered
- Caption = '11111111'
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'arial'
- Font.Style = []
- ParentFont = False
- ParentShowHint = False
- ShowHint = True
- TabOrder = 18
- OnClick = Port1DecClick
- end
- object Panel20: TPanel
- Tag = 4
- Left = 152
- Top = 60
- Width = 41
- Height = 17
- Hint = 'Click to toggle'
- BevelOuter = bvLowered
- Caption = 'No'
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'arial'
- Font.Style = []
- ParentFont = False
- ParentShowHint = False
- ShowHint = True
- TabOrder = 19
- OnClick = Panel10Click
- end
- object Panel6: TPanel
- Left = 0
- Top = 80
- Width = 193
- Height = 29
- Hint = 'Click on pin to toggle level'
- BevelOuter = bvLowered
- ParentShowHint = False
- ShowHint = True
- TabOrder = 20
- object SlctOut: TShape
- Left = 4
- Top = 4
- Width = 9
- Height = 9
- Hint = 'Pin 13'
- ParentShowHint = False
- Shape = stCircle
- ShowHint = True
- end
- object PaperOut: TShape
- Left = 16
- Top = 4
- Width = 9
- Height = 9
- Hint = 'Pin 12'
- ParentShowHint = False
- Shape = stCircle
- ShowHint = True
- end
- object Busy: TShape
- Left = 28
- Top = 4
- Width = 9
- Height = 9
- Hint = 'Pin 11'
- ParentShowHint = False
- Shape = stCircle
- ShowHint = True
- end
- object ACK: TShape
- Left = 40
- Top = 4
- Width = 9
- Height = 9
- Hint = 'Pin 10'
- ParentShowHint = False
- Shape = stCircle
- ShowHint = True
- end
- object D7: TShape
- Tag = 128
- Left = 52
- Top = 4
- Width = 9
- Height = 9
- Hint = 'Pin 9 D7 Input'
- ParentShowHint = False
- Shape = stCircle
- ShowHint = True
- OnMouseDown = D6MouseDown
- end
- object D6: TShape
- Tag = 64
- Left = 64
- Top = 4
- Width = 9
- Height = 9
- Hint = 'Pin 8 D6 Output'
- ParentShowHint = False
- Shape = stCircle
- ShowHint = True
- OnMouseDown = D6MouseDown
- end
- object D5: TShape
- Tag = 32
- Left = 76
- Top = 4
- Width = 9
- Height = 9
- Hint = 'Pin 7 D5 Output'
- ParentShowHint = False
- Shape = stCircle
- ShowHint = True
- OnMouseDown = D6MouseDown
- end
- object D4: TShape
- Tag = 16
- Left = 88
- Top = 4
- Width = 9
- Height = 9
- Hint = 'Pin 6 D4 Output'
- ParentShowHint = False
- Shape = stCircle
- ShowHint = True
- OnMouseDown = D6MouseDown
- end
- object D3: TShape
- Tag = 8
- Left = 100
- Top = 4
- Width = 9
- Height = 9
- Hint = 'Pin 5 D3 Output'
- ParentShowHint = False
- Shape = stCircle
- ShowHint = True
- OnMouseDown = D6MouseDown
- end
- object D2: TShape
- Tag = 4
- Left = 112
- Top = 4
- Width = 9
- Height = 9
- Hint = 'Pin 4 D2 Output'
- ParentShowHint = False
- Shape = stCircle
- ShowHint = True
- OnMouseDown = D6MouseDown
- end
- object D1: TShape
- Tag = 2
- Left = 124
- Top = 4
- Width = 9
- Height = 9
- Hint = 'Pin 3 D1 Output'
- ParentShowHint = False
- Shape = stCircle
- ShowHint = True
- OnMouseDown = D6MouseDown
- end
- object D0: TShape
- Tag = 1
- Left = 136
- Top = 4
- Width = 9
- Height = 9
- Hint = 'Pin 2 D0 Output'
- ParentShowHint = False
- Shape = stCircle
- ShowHint = True
- OnMouseDown = D6MouseDown
- end
- object STB: TShape
- Tag = 131073
- Left = 148
- Top = 4
- Width = 9
- Height = 9
- Hint = 'Pin 1'
- ParentShowHint = False
- Shape = stCircle
- ShowHint = True
- OnMouseDown = D6MouseDown
- end
- object Gnd1: TShape
- Left = 12
- Top = 16
- Width = 9
- Height = 9
- Hint = 'Pin 25 Gnd'
- Brush.Color = clLime
- ParentShowHint = False
- Shape = stCircle
- ShowHint = True
- end
- object Gnd2: TShape
- Left = 24
- Top = 16
- Width = 9
- Height = 9
- Hint = 'Pin 24 Gnd'
- Brush.Color = clLime
- ParentShowHint = False
- Shape = stCircle
- ShowHint = True
- end
- object Gnd3: TShape
- Left = 36
- Top = 16
- Width = 9
- Height = 9
- Hint = 'Pin 23 Gnd'
- Brush.Color = clLime
- ParentShowHint = False
- Shape = stCircle
- ShowHint = True
- end
- object Gnd4: TShape
- Left = 48
- Top = 16
- Width = 9
- Height = 9
- Hint = 'Pin 22 Gnd'
- Brush.Color = clLime
- ParentShowHint = False
- Shape = stCircle
- ShowHint = True
- end
- object Gnd5: TShape
- Left = 60
- Top = 16
- Width = 9
- Height = 9
- Hint = 'Pin 21 Gnd'
- Brush.Color = clLime
- ParentShowHint = False
- Shape = stCircle
- ShowHint = True
- end
- object Gnd6: TShape
- Left = 72
- Top = 16
- Width = 9
- Height = 9
- Hint = 'Pin 20 Gnd'
- Brush.Color = clLime
- ParentShowHint = False
- Shape = stCircle
- ShowHint = True
- end
- object Gnd7: TShape
- Left = 84
- Top = 16
- Width = 9
- Height = 9
- Hint = 'Pin 19 Gnd'
- Brush.Color = clLime
- ParentShowHint = False
- Shape = stCircle
- ShowHint = True
- end
- object Gnd8: TShape
- Left = 96
- Top = 16
- Width = 9
- Height = 9
- Hint = 'Pin 18 Gnd'
- Brush.Color = clLime
- ParentShowHint = False
- Shape = stCircle
- ShowHint = True
- end
- object SlctIn: TShape
- Tag = 131080
- Left = 108
- Top = 16
- Width = 9
- Height = 9
- Hint = 'Pin 17'
- ParentShowHint = False
- Shape = stCircle
- ShowHint = True
- OnMouseDown = D6MouseDown
- end
- object Init: TShape
- Tag = 131076
- Left = 120
- Top = 16
- Width = 9
- Height = 9
- Hint = 'Pin 16'
- ParentShowHint = False
- Shape = stCircle
- ShowHint = True
- OnMouseDown = D6MouseDown
- end
- object Err: TShape
- Left = 132
- Top = 16
- Width = 9
- Height = 9
- Hint = 'Pin 15'
- ParentShowHint = False
- Shape = stCircle
- ShowHint = True
- end
- object AFD: TShape
- Tag = 131074
- Left = 144
- Top = 16
- Width = 9
- Height = 9
- Hint = 'Pin 14'
- ParentShowHint = False
- Shape = stCircle
- ShowHint = True
- OnMouseDown = D6MouseDown
- end
- object SpeedButton1: TSpeedButton
- Left = 164
- Top = 4
- Width = 25
- Height = 21
- Hint = 'Click for settings '
- Glyph.Data = {
- 78010000424D7801000000000000760000002800000020000000100000000100
- 04000000000000000000120B0000120B00000000000000000000000000000000
- 800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
- 3333333333333333333333333333333333333333333333333333333333333333
- 3333333333333333333333333333333333333333333FF3333333333333003333
- 3333333333773FF3333333333309003333333333337F773FF333333333099900
- 33333FFFFF7F33773FF30000000999990033777777733333773F099999999999
- 99007FFFFFFF33333F7700000009999900337777777F333F7733333333099900
- 33333333337F3F77333333333309003333333333337F77333333333333003333
- 3333333333773333333333333333333333333333333333333333333333333333
- 33333333333333333333333333333333333333333333333333330000}
- NumGlyphs = 2
- ParentShowHint = False
- ShowHint = True
- OnClick = SpeedButton1Click
- end
- object Burst: TShape
- Left = 4
- Top = 20
- Width = 5
- Height = 5
- Shape = stCircle
- end
- end
- end
- object TPage
- Left = 0
- Top = 0
- Caption = 'Config'
- object Panel7: TPanel
- Left = 0
- Top = 0
- Width = 193
- Height = 109
- Align = alClient
- BevelOuter = bvLowered
- TabOrder = 0
- object SpeedButton2: TSpeedButton
- Left = 136
- Top = 84
- Width = 25
- Height = 21
- Hint = 'Go back'
- Glyph.Data = {
- 78010000424D7801000000000000760000002800000020000000100000000100
- 04000000000000000000120B0000120B00000000000000000000000000000000
- 800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
- 3333333333333333333333333333333333333333333333333333333333333333
- 3333333333333FF3333333333333003333333333333F77F33333333333009033
- 333333333F7737F333333333009990333333333F773337FFFFFF330099999000
- 00003F773333377777770099999999999990773FF33333FFFFF7330099999000
- 000033773FF33777777733330099903333333333773FF7F33333333333009033
- 33333333337737F3333333333333003333333333333377333333333333333333
- 3333333333333333333333333333333333333333333333333333333333333333
- 33333333333333333333333333333333333333333333333333330000}
- NumGlyphs = 2
- ParentShowHint = False
- ShowHint = True
- OnClick = SpeedButton2Click
- end
- object SpeedButton3: TSpeedButton
- Left = 164
- Top = 84
- Width = 25
- Height = 21
- Hint = 'Click for more settings'
- Glyph.Data = {
- 78010000424D7801000000000000760000002800000020000000100000000100
- 04000000000000000000120B0000120B00000000000000000000000000000000
- 800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
- 3333333333333333333333333333333333333333333333333333333333333333
- 3333333333333333333333333333333333333333333FF3333333333333003333
- 3333333333773FF3333333333309003333333333337F773FF333333333099900
- 33333FFFFF7F33773FF30000000999990033777777733333773F099999999999
- 99007FFFFFFF33333F7700000009999900337777777F333F7733333333099900
- 33333333337F3F77333333333309003333333333337F77333333333333003333
- 3333333333773333333333333333333333333333333333333333333333333333
- 33333333333333333333333333333333333333333333333333330000}
- NumGlyphs = 2
- ParentShowHint = False
- ShowHint = True
- OnClick = SpeedButton3Click
- end
- object Label4: TLabel
- Left = 8
- Top = 12
- Width = 49
- Height = 13
- Caption = 'Connector'
- end
- object Label5: TLabel
- Left = 8
- Top = 36
- Width = 48
- Height = 13
- Caption = 'High color'
- end
- object Label6: TLabel
- Left = 8
- Top = 60
- Width = 46
- Height = 13
- Caption = 'Low color'
- end
- object ConType: TComboBox
- Left = 68
- Top = 8
- Width = 77
- Height = 21
- Hint = 'Sets connector pin orientation'
- Style = csDropDownList
- ItemHeight = 13
- Items.Strings = (
- 'female'
- 'male')
- ParentShowHint = False
- ShowHint = True
- TabOrder = 0
- OnChange = ConTypeChange
- end
- object HighColorBox: TColorDrop
- Left = 68
- Top = 32
- Width = 121
- Height = 21
- Hint = 'Sets the color for a logic "1"'
- SelectedColor = clRed
- ParentShowHint = False
- ShowHint = True
- TabOrder = 1
- OnChange = HighColorBoxChange
- end
- object LowColorBox: TColorDrop
- Left = 68
- Top = 56
- Width = 121
- Height = 21
- Hint = 'Sets the color for a logic "0"'
- SelectedColor = clLime
- ParentShowHint = False
- ShowHint = True
- TabOrder = 2
- OnChange = LowColorBoxChange
- end
- end
- end
- object TPage
- Left = 0
- Top = 0
- Caption = 'About'
- object Panel8: TPanel
- Left = 0
- Top = 0
- Width = 193
- Height = 109
- Align = alClient
- BevelOuter = bvLowered
- TabOrder = 0
- object SpeedButton5: TSpeedButton
- Left = 136
- Top = 84
- Width = 25
- Height = 21
- Hint = 'Go back'
- Glyph.Data = {
- 78010000424D7801000000000000760000002800000020000000100000000100
- 04000000000000000000120B0000120B00000000000000000000000000000000
- 800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
- 3333333333333333333333333333333333333333333333333333333333333333
- 3333333333333FF3333333333333003333333333333F77F33333333333009033
- 333333333F7737F333333333009990333333333F773337FFFFFF330099999000
- 00003F773333377777770099999999999990773FF33333FFFFF7330099999000
- 000033773FF33777777733330099903333333333773FF7F33333333333009033
- 33333333337737F3333333333333003333333333333377333333333333333333
- 3333333333333333333333333333333333333333333333333333333333333333
- 33333333333333333333333333333333333333333333333333330000}
- NumGlyphs = 2
- ParentShowHint = False
- ShowHint = True
- OnClick = SpeedButton5Click
- end
- object Label1: TLabel
- Left = 12
- Top = 4
- Width = 167
- Height = 24
- Caption = 'Parallel Port Monitor'
- Font.Color = clNavy
- Font.Height = -19
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object Label2: TLabel
- Left = 44
- Top = 44
- Width = 105
- Height = 13
- Caption = '(c) 1997 Fred Bulback'
- end
- object Label3: TLabel
- Left = 70
- Top = 28
- Width = 53
- Height = 13
- Caption = 'Version 1.0'
- end
- object UrlLabel1: TUrlLabel
- Left = 36
- Top = 60
- Width = 146
- Height = 13
- Cursor = 5
- Caption = 'www.okanagan.net/users/fred'
- Font.Color = clBlue
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsUnderline]
- ParentFont = False
- PopupMenu = UrlLabel1.
- URL = 'http://www.okanagan.net/users/fred'
- end
- object UrlLabel2: TUrlLabel
- Left = 36
- Top = 76
- Width = 95
- Height = 13
- Cursor = 5
- Caption = 'fred@okanagan.net'
- Font.Color = clBlue
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsUnderline]
- ParentFont = False
- PopupMenu = UrlLabel2.
- URL = 'mailto:fred@okanagan.net'
- end
- object Label7: TLabel
- Left = 4
- Top = 76
- Width = 30
- Height = 13
- Caption = 'e-mail:'
- end
- object Label8: TLabel
- Left = 4
- Top = 60
- Width = 25
- Height = 13
- Caption = 'URL:'
- end
- object Label9: TLabel
- Left = 4
- Top = 92
- Width = 110
- Height = 13
- Caption = 'Freeware. Not for sale.'
- Font.Color = clMaroon
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- end
- end
- object TPage
- Left = 0
- Top = 0
- Caption = 'Config2'
- object Panel9: TPanel
- Left = 0
- Top = 0
- Width = 193
- Height = 109
- Align = alClient
- BevelOuter = bvLowered
- TabOrder = 0
- object SpeedButton4: TSpeedButton
- Left = 164
- Top = 84
- Width = 25
- Height = 21
- Hint = 'Click for about information'
- Glyph.Data = {
- 78010000424D7801000000000000760000002800000020000000100000000100
- 04000000000000000000120B0000120B00000000000000000000000000000000
- 800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
- 3333333333333333333333333333333333333333333333333333333333333333
- 3333333333333333333333333333333333333333333FF3333333333333003333
- 3333333333773FF3333333333309003333333333337F773FF333333333099900
- 33333FFFFF7F33773FF30000000999990033777777733333773F099999999999
- 99007FFFFFFF33333F7700000009999900337777777F333F7733333333099900
- 33333333337F3F77333333333309003333333333337F77333333333333003333
- 3333333333773333333333333333333333333333333333333333333333333333
- 33333333333333333333333333333333333333333333333333330000}
- NumGlyphs = 2
- ParentShowHint = False
- ShowHint = True
- OnClick = SpeedButton4Click
- end
- object SpeedButton6: TSpeedButton
- Left = 136
- Top = 84
- Width = 25
- Height = 21
- Hint = 'Go back'
- Glyph.Data = {
- 78010000424D7801000000000000760000002800000020000000100000000100
- 04000000000000000000120B0000120B00000000000000000000000000000000
- 800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
- 3333333333333333333333333333333333333333333333333333333333333333
- 3333333333333FF3333333333333003333333333333F77F33333333333009033
- 333333333F7737F333333333009990333333333F773337FFFFFF330099999000
- 00003F773333377777770099999999999990773FF33333FFFFF7330099999000
- 000033773FF33777777733330099903333333333773FF7F33333333333009033
- 33333333337737F3333333333333003333333333333377333333333333333333
- 3333333333333333333333333333333333333333333333333333333333333333
- 33333333333333333333333333333333333333333333333333330000}
- NumGlyphs = 2
- ParentShowHint = False
- ShowHint = True
- OnClick = SpeedButton6Click
- end
- object Label10: TLabel
- Left = 4
- Top = 44
- Width = 56
- Height = 13
- Caption = 'Sample rate'
- end
- object OnTop: TCheckBox
- Left = 4
- Top = 4
- Width = 89
- Height = 17
- Hint = 'Permits window to always be visible'
- Caption = 'Always on top'
- ParentShowHint = False
- ShowHint = True
- TabOrder = 0
- OnClick = OnTopClick
- end
- object DisableCon: TCheckBox
- Left = 4
- Top = 20
- Width = 113
- Height = 17
- Hint = 'Disables graphical information'
- Caption = 'Disable connector'
- ParentShowHint = False
- ShowHint = True
- TabOrder = 1
- OnClick = DisableConClick
- end
- object SampleRate: TComboBox
- Left = 68
- Top = 40
- Width = 121
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- Items.Strings = (
- 'As fast as possible'
- '0.05 seconds'
- '0.1 seconds'
- '0.5 seconds'
- '1 second'
- '2 seconds'
- '5 seconds'
- '10 seconds'
- '30 seconds'
- '60 seconds')
- TabOrder = 2
- OnChange = SampleRateChange
- end
- object SampleBlink: TCheckBox
- Left = 4
- Top = 64
- Width = 109
- Height = 17
- Caption = 'Blink on sample'
- TabOrder = 3
- OnClick = SampleBlinkClick
- end
- end
- end
- end
- object Timer1: TTimer
- Enabled = False
- OnTimer = Timer1Timer
- Left = 128
- Top = 76
- end
- object Timer2: TTimer
- Enabled = False
- Interval = 50
- OnTimer = Timer2Timer
- Left = 160
- Top = 76
- end
- end
-